html marquee

72

marquee tag html -

<!DOCTYPE html>
<html>

   <head>
      <title>HTML marquee Tag</title>
   </head>

   <body>
      <marquee>This is basic example of marquee</marquee>
      <marquee direction = "up">The direction of text will be from bottom to top.</marquee>
   </body>

</html>

<marquee></marquee> tag -

&lt;!DOCTYPE html&gt;
&lt;html&gt;

   &lt;head&gt;
      &lt;title&gt;HTML marquee Tag&lt;/title&gt;
   &lt;/head&gt;
	
   &lt;body&gt;
      &lt;marquee&gt;This is basic example of marquee&lt;/marquee&gt;
   &lt;/body&gt;
	
&lt;/html&gt;

marquee tag html -

&lt;!DOCTYPE html&gt;
&lt;html&gt;

   &lt;head&gt;
      &lt;title&gt;HTML marquee Tag&lt;/title&gt;
   &lt;/head&gt;

   &lt;body&gt;
      &lt;marquee&gt;This is basic example of marquee This is basic example of marquee This is basic example of marquee This is basic example of marquee This is basic example of marquee&lt;/marquee&gt;
      &lt;marquee direction = "up"&gt;The direction of text will be from bottom to top.&lt;/marquee&gt;
   &lt;/body&gt;

&lt;/html&gt;

Comments

Submit
0 Comments